From: Richard M. Stallman Date: Mon, 2 May 1994 18:15:22 +0000 (+0000) Subject: Unspecified location of chown for Linux (Linux doesn't put chown in /etc). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91784 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d43e0b1674f5d7250b5e452e78d64cc048d8f9d3;p=emacs.git Unspecified location of chown for Linux (Linux doesn't put chown in /etc). --- diff --git a/lisp/dired.el b/lisp/dired.el index a7a9dfa525e..49c0ade3fba 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -47,7 +47,7 @@ may contain even `F', `b', `i' and `s'. See also the variable ;;;###autoload (defvar dired-chown-program - (if (memq system-type '(hpux dgux usg-unix-v irix)) + (if (memq system-type '(hpux dgux usg-unix-v irix linux)) "chown" "/etc/chown") "Name of chown command (usually `chown' or `/etc/chown').")